home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / paswiz15.zip / PASWIZ.NEW < prev    next >
Text File  |  1993-08-04  |  4KB  |  107 lines

  1. PasWiz 1.5, 08/04/93:
  2.  
  3.    Removed BACHINV.PAS and BACHINV.EXE, since the ENTERTNR files
  4.    already demonstrate the same routines adequately.
  5.  
  6.    Added archive directory routines. These allow you to get the
  7.    directory listing of archives in .ARC, .ARJ, .LZH, .PAK,
  8.    .ZIP, .ZOO, and self-extracting .EXE formats. Added a demo
  9.    for these routines-- see ARCVIEW.PAS and ARCVIEW.EXE.
  10.  
  11.  
  12.  
  13. PasWiz 1.4, 05/26/93:
  14.  
  15.    Renamed ADD4DOS.BAT to ADDFILE.BAT.
  16.  
  17.    Tweaked the demos to release unneeded memory in case of
  18.    multitasking.
  19.  
  20.    Fixed a bug in the Windows detection routine.
  21.  
  22.    Added an assortment of new trig functions to the extended
  23.    math unit.
  24.  
  25.    Added an integer conversion routine to the string unit. This
  26.    helped optimize the music unit as well.
  27.  
  28.    Converted most of the mouse unit to assembly language.
  29.  
  30.    Added joystick support.
  31.  
  32.  
  33.  
  34. PasWiz 1.3, 11/14/92:
  35.  
  36.    Registration can now be done through CompuServe. See the
  37.    ORDER.FRM file for details.
  38.  
  39.    Full Pascal source code is now included, allowing you to try
  40.    PasWiz with whichever compiler you may have. The assembly
  41.    language sources remain available only to registered owners.
  42.  
  43.    A short description file, DESC.SDI, has been added for BBSes
  44.    which support it. This complements the longer FILE_ID.DIZ.
  45.  
  46.    The order form has been renamed from REGISTER.TXT to
  47.    ORDER.FRM, since that seems to be a more common convention.
  48.  
  49.    The mouse unit has been partially converted to assembly code.
  50.  
  51.    The equipment unit can now differentiate 80486s from 80386s.
  52.  
  53.    The expression evaluator now supports the constant PI and a
  54.    variety of functions:
  55.     ABS, ACOS, ASIN, ATAN, COS, FRAC, INT, LOG, SIN, SQRT, TAN
  56.  
  57.  
  58.  
  59. PasWiz 1.2, 07/01/92:
  60.  
  61.    The equipment unit now lets you find out how many serial and
  62.    parallel ports are installed. The EQUIPMT demo has been
  63.    updated accordingly.
  64.  
  65.    Ceiling and floor functions have been added to the extended
  66.    math unit. These functions are most often used in rounding.
  67.  
  68.    The documentation has been reformatted to 64 columns by 59
  69.    rows, allowing it to be printed on a greater variety of
  70.    printers.
  71.  
  72.    If you're using the excellent 4DOS command shell, try the new
  73.    ADD4DOS.BAT file. It will add directory descriptions to the
  74.    PasWiz files-- no more guessing about file names!
  75.  
  76.    Registration can now be done through Public (software)
  77.    Library, which allows use of credit cards. See REGISTER.TXT
  78.    for details.
  79.  
  80.  
  81.  
  82. PasWiz 1.1, 12/05/91:
  83.  
  84.    I've added an EQUIPMENT unit, which provides information
  85.    about the various hardware and software installed. This
  86.    includes memory (extended, XMS, and expanded), floppy drive
  87.    types, keyboard type, display adapter and monitor type, CPU,
  88.    DOS version, 4DOS version and Windows version (if
  89.    applicable), and so forth. The EQUIPMT.EXE demo will give you
  90.    a quick look.
  91.  
  92.    Comprehensive KEYBOARD control has been added. Get the states
  93.    of any alt, control, or shift key; get or set CapsLock,
  94.    Insert, NumLock, ScrollLock; access 101-key "enhanced"
  95.    keyboards; put a string into the keyboard buffer; speed up
  96.    the keyboard; take control of the PrintScreen key; more.
  97.  
  98.  
  99.  
  100. PasWiz 1.0, 10/06/91:
  101.  
  102.    This is the initial release of The Pascal Wizard's Library,
  103.    featuring BCD math, extensions to Pascal's native math, an
  104.    expression evaluator, a music language, mouse support, and
  105.    powerful string support (including compression, encryption,
  106.    fuzzy comparisons, et al).
  107.